#
-# Copyright (C) 2007-2016 OpenWrt.org
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
PKG_NAME:=avahi
PKG_VERSION:=0.8
-PKG_RELEASE:=9
+PKG_RELEASE:=10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/lathiat/avahi/releases/download/v$(PKG_VERSION) \
+PKG_SOURCE_URL:=https://github.com/avahi/avahi/releases/download/v$(PKG_VERSION) \
https://avahi.org/download
PKG_HASH:=060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda
+PKG_MAINTAINER:=
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:avahi:avahi
SUBMENU:=IP Addresses and Names
DEPENDS:=+libdaemon
TITLE:=IPv4LL network address configuration daemon
+ USERID:=avahi=105:avahi=105
endef
define Package/avahi-autoipd/description
SUBMENU:=IP Addresses and Names
DEPENDS:=+libavahi-dbus-support +libexpat +librt +libdaemon
TITLE+= (daemon)
+ USERID:=avahi=105:avahi=105
endef
define Package/avahi-nodbus-daemon
SUBMENU:=IP Addresses and Names
DEPENDS:=+libavahi +libdaemon +libpthread
TITLE:=A Unicast DNS server using avahi-daemon
+ USERID:=avahi=105:avahi=105
endef
define Package/avahi-dnsconfd/description
--disable-tests \
--with-xml=expat \
--with-distro=none \
- --with-avahi-user=nobody \
- --with-avahi-group=nogroup \
- --with-avahi-priv-access-group=nogroup \
- --with-autoipd-user=nobody \
- --with-autoipd-group=nogroup
+ --with-avahi-user=avahi \
+ --with-avahi-group=avahi \
+ --with-avahi-priv-access-group=avahi \
+ --with-autoipd-user=avahi \
+ --with-autoipd-group=avahi
ifeq ($(BUILD_VARIANT),dbus)
CONFIGURE_ARGS += \